home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / rocketman.swf / scripts / frame_198 / DoAction.as
Text File  |  2007-01-12  |  170b  |  6 lines

  1. load = "LOADING " + Math.floor(this.getBytesLoaded() / this.getBytesTotal() * 100) + "%";
  2. if(this.getBytesLoaded() != this.getBytesTotal())
  3. {
  4.    gotoAndPlay(197);
  5. }
  6.